home *** CD-ROM | disk | FTP | other *** search
- if(eval("../:AttrapeCrane") == true and eval("/Variables:CraneRamasse") == false)
- {
- set("../:Joue",true);
- set("/Variables:CraneRamasse",true);
- tellTarget("_root.Crane")
- {
- gotoAndStop(2);
- }
- tellTarget("_root.ObjetAfficheCrane")
- {
- gotoAndStop(2);
- }
- }
- set("/Variables:StepAction",false);
- tellTarget("_parent")
- {
- play();
- }
-